home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / PROPSECU.H < prev    next >
C/C++ Source or Header  |  1996-04-17  |  884b  |  41 lines

  1. // PropSecurity.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CPropSecurity dialog
  6.  
  7. class CPropSecurity : public CPropertyPage
  8. {
  9.     DECLARE_DYNCREATE(CPropSecurity)
  10.  
  11. // Construction
  12. public:
  13.     CPropSecurity();   // standard constructor
  14.     ~CPropSecurity();
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CPropSecurity)
  18.     enum { IDD = IDD_PROP_FILE_SECURITY };
  19.     int        m_Level;
  20.     BYTE    m_Age;
  21.     CString    m_Flags;
  22.     //}}AFX_DATA
  23.  
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CPropSecurity)
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.  
  35.     // Generated message map functions
  36.     //{{AFX_MSG(CPropSecurity)
  37.         // NOTE: the ClassWizard will add member functions here
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.